raar.language
Interface RAFullComparable
- All Superinterfaces:
- RAEqualityComparable, java.io.Serializable
- All Known Subinterfaces:
- RAMathObject
- All Known Implementing Classes:
- RAMathExpression, RARandomReal, RAReal, RARealPointer
public interface RAFullComparable
- extends RAEqualityComparable
larger
boolean larger(RAFullComparable r)
throws RAException
- Throws:
RAException
smaller
boolean smaller(RAFullComparable r)
throws RAException
- Throws:
RAException
largerEquals
boolean largerEquals(RAFullComparable r)
throws RAException
- Throws:
RAException
smallerEquals
boolean smallerEquals(RAFullComparable r)
throws RAException
- Throws:
RAException